How to feed start time and end time while fetching final schedule using API

time_zone=UTC&since=2021-08-09
Where do I put the start and end time so that I get final schedule of schedule

Hello Sid,

When you enter the relevant details to get a Schedule, it provides detailed information about the schedule, including entries for each layer and sub-schedule and the users over the specified period.

Let me know if the expectation is different.

Kind regards,

Hello,
I’ve similar problem.
I’m trying to get list of schedules via api:
https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE4MQ-list-schedules
I’m passing also in url:
/schedules?since=20220405&until=20220605&time_zone=UTC&offset=400&total=true&include[]=final_schedule&limit=10

to get final_schedule field with rendered_schedule_entries
unfortunately, even with passing since/until parameters in url string I don’t get any value of each final_schedule field in results.
How should I pass that parameters (since/until) to get final_schedule for each schedule from list?